.price-text {
  font-size: 15px;
}

.price-table {
  margin-left: 64px;
  text-align: center;
  display: block;
  font-weight: 600;
  border-spacing: 15px;
  border-collapse: separate;
}

.pricing-plans__description {
  margin-left: 85px;
  font-size: 15px;
}

.sms-info {
  background: #fafafa;
  border-radius: 10px;
  color: #505050;
  border: 1px solid #e6e9ed;
  padding: 24px;
  font-size: 15px;
  margin-bottom: 70px;
  margin-left: 84px;
}

.sms-info__link {
  color: #505050;
  text-decoration: underline !important;
  cursor: pointer;
}

.pricing-plans__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.pricing-plans__hcell {
  color: #303030;
  font-size: 15px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-height: 130px;
  width: 170px;
  text-align: right;
}

.pricing-plans__cell {
  min-width: 290px;
  min-height: 130px;
  box-sizing: border-box;
  margin: 0 16px;
  padding-top: 16px;

  position: relative;
  border-radius: 5px;
  border: 2px solid #f2f2f2;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-plans__cell_grey_background {
  background-color: #f9f9f9;
}

.pricing-plans__cell_white_background {
  background-color: #ffffff;
}

.pricing-plans__cell:last-of-type {
  margin-right: 0;
}

.pricing-plans__row--custom-gap .pricing-plans__cell {
  margin-right: 0;
}

.pricing-plans__row--custom-gap .pricing-plans__cell + .pricing-plans__cell {
  margin-left: var(--pricing-plans-column-gap);
}

.pricing-plans__cell--highlighted {
  border: 2px solid #eca127;
}

.pricing-plans__period {
  color: #eca127;
  font-size: 20px;
  font-weight: bold;
}

.pricing-plans__benefit {
  border: 1px solid #273252;
  color: #273252;
  font-weight: bold;
  font-size: 18px;

  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
  margin-top: 20px;
  width: 100%;
}

.pricing-plans__benefit--highlighted {
  background-color: #273252;
  color: #fff;
}

.pricing-plans__recommended {
  background-color: #eca127;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 28px;
  width: 200px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: -14px;
}

.pricing-plans__extras {
  padding: 20px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.pricing-plans__extras_description {
  flex-direction: row;
  display: flex;
}

.plans__extras_img {
  width: 20px;
  height: 20px;
}

.price__value {
  font-size: 45px;
  font-weight: bold;
  margin-right: 4px;
}

.buy-section {
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 64px;
  width: 100%;
}

.buy-btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #eca114;
  border-radius: 50px;
  padding: 12px 0;
  width: 300px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 600 !important;
}

.package-price-container {
  margin-top: 100px;
  max-width: 1150px;
}

.package-price-container--additional-space {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .price-table {
    margin-left: -32px;
  }
}

@media (max-width: 1170px) {
  .sms-info {
    margin-left: 0;
  }

  .pricing-plans:first-of-type,
  .package-price-container {
    margin-top: 32px;
  }

  .pricing-plans__description {
    margin-left: 0;
  }

  .pricing-plans__row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .pricing-plans__hcell {
    align-items: center;
    width: 100%;
    font-size: 20px !important;
  }

  .pricing-plans__cell {
    width: 100%;
    margin: 14px 0;
  }

  .pricing-plans__row--custom-gap .pricing-plans__cell,
  .pricing-plans__row--custom-gap .pricing-plans__cell + .pricing-plans__cell {
    margin: 14px 0;
  }

  .pricing-plans__extras {
    width: 100%;
  }

  .buy-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 120px;
  }

  .buy-btn {
    width: 100%;
  }

  .pricing-plans__hcell {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .price-table {
    display: none;
  }
}

@media (max-width: 576px) {
  .buy-section {
    margin-bottom: 80px !important;
  }
}
